

.part
{
    width: 90%;
    height: 80px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    margin: 10px 5%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Righteous', cursive;
    font-family: 'Vujahday Script', cursive;
    padding: 15px;
    border-radius: 10px;
    transition: 2s;
    
    
}

.saladsPar, .salads span a:hover
{
    background-color: rgb(1, 107, 27);
    
}

.salads
{
    border-color: rgb(1, 107, 27);
}

.salads:hover, .saladsPar:hover
{
    border-radius: 25px;
    background-color: rgba(0, 255, 0, 0.3);
    color: rgb(1, 107, 27);
}

.burgersPar, .burgers span a:hover
{
    background-color: rgb(107, 1, 27);
}

.burgers
{
    border-color: rgb(107, 1, 27);
}

.burgers:hover, .burgersPar:hover
{
    border-radius: 25px;
    background-color: rgba(255, 0, 0, 0.3);
    color: rgb(107, 1, 27);
}

.pastasPar, .pastas span a:hover
{
    background: #F9C115;
    background-size: 200%;
    
}

.pastas
{
    border-color: #F9C115;
    
}
.pastas:hover, .pastasPar:hover
{
    border-radius: 25px;
    background:  #F4ED6C;
    color: #F9C115;
}


.sandwichesPar, .sandwiches span a:hover
{
    background: #012a5f
    background-size: 150%;
}

.sandwiches
{
    border-color: #012a5f;
}
.sandwichesPar:hover, .sandwiches:hover
{
    border-radius: 25px;
    background: #4e98f8;
    color: #012a5f;
}


.soupsPar, .soups span a:hover
{
    background: #404720;
}

.soups
{
    border-color: #404720;
}

.soups:hover, .soupsPar:hover
{
    border-radius: 25px;
    background: #aec258;
    color: #404720;
}

.spudsPar, .spuds span a:hover
{
    background: #404720;
}

.spuds
{
    border-color: #404720;
}

.spuds:hover, .spudsPar:hover
{
    border-radius: 25px;
    background: #aec258;
    color: #404720;
}

.dessertsPar, .desserts span a:hover
{
    background:#2e0d01;
}

.desserts
{
    border-color: #1a0700;
}

.desserts:hover, .dessertsPar:hover
{
    border-radius: 25px;
    background: #ffd1c0;
    color: #2e0d01;
}
.choices
{
    width: calc(84% / 3);
    height: 500px;
    border-radius: 10px;
    transition: 2s;
    background-color: white;
    margin-left:  0.5%;
    margin-right: 0.5%;
    overflow: hidden;
    border-width: 5px;
    border-style:solid ;
    position: relative;
}

.choices h2
{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 20px;

}
.choices img
{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.choices p
{
    width: 100%;
    color: black;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.choices span a
{
    background:transparent;
    padding: 10px 0px;
    font-size: 25px;
    font-weight: 600;
    width: 90%;
    height: 7%;
    position: absolute;
    bottom: 4%;
    left: 4%;
    border-radius: 5px;
    text-align: center;
    color: rgb(124, 124, 124);
    text-transform: capitalize;
    border: 3px solid rgb(51, 0, 0);
}